Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]XModemKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
buffer
Link copied to clipboard
@get:
JvmName
(
name
=
"getBuffer"
)
@set:
JvmName
(
name
=
"setBuffer"
)
var
buffer
:
ByteString
bytes buffer = 4;
control
Link copied to clipboard
@get:
JvmName
(
name
=
"getControl"
)
@set:
JvmName
(
name
=
"setControl"
)
var
control
:
XmodemProtos.XModem.Control
.meshtastic.XModem.Control control = 1;
control
Value
Link copied to clipboard
@get:
JvmName
(
name
=
"getControlValue"
)
@set:
JvmName
(
name
=
"setControlValue"
)
var
controlValue
:
Int
crc16
Link copied to clipboard
@get:
JvmName
(
name
=
"getCrc16"
)
@set:
JvmName
(
name
=
"setCrc16"
)
var
crc16
:
Int
uint32 crc16 = 3;
seq
Link copied to clipboard
@get:
JvmName
(
name
=
"getSeq"
)
@set:
JvmName
(
name
=
"setSeq"
)
var
seq
:
Int
uint32 seq = 2;
Functions
clear
Buffer
Link copied to clipboard
fun
clearBuffer
(
)
bytes buffer = 4;
clear
Control
Link copied to clipboard
fun
clearControl
(
)
.meshtastic.XModem.Control control = 1;
clear
Crc16
Link copied to clipboard
fun
clearCrc16
(
)
uint32 crc16 = 3;
clear
Seq
Link copied to clipboard
fun
clearSeq
(
)
uint32 seq = 2;